home *** CD-ROM | disk | FTP | other *** search
/ Level 2003 August (DVD) / Level_2003-08_103_DVD_Re-Volt.iso / Software / ThumbHTML / ThumbHTML_Install.exe / {app} / templates / linkedimage.tmp next >
Encoding:
Text File  |  2003-01-01  |  3.3 KB  |  91 lines

  1. <!---------------------------------------------------------------------------------------
  2.   ThumbHTML - Linked image template
  3.   -------------------------------
  4.  
  5.   This is the template for the HTML pages generated by ThumbHTML for each individual image
  6.   You can edit this as necessary to customise the appearance of your pages.
  7.   The following 'macro' elements are available, and will be substituted with the corresponding
  8.   item by ThumbHTML wherever they appear in the template:
  9.  
  10.   <!--title-->              Page title
  11.   <!--imagenumber-->        Image number
  12.   <!--imagenumberfilenamerow-->  Image number and filename on one row
  13.   <!--filename-->           Filename
  14.   <!--photodatetime-->      Date and time of image
  15.   <!--photodata-->          Picture data
  16.   <!--leftnavlinks-->       Navigation links (left)
  17.   <!--mainpicture-->        Block of code containing the image itself
  18.   <!--rightnavlinks-->      Navigation links (right)
  19.   <!--copyright-->          Copyright information, if it exists
  20.   <!--caption-->            Picture comments/caption
  21.   <!--backtolink-->         Link to calling page and home page (if different)
  22.   <!--alsoavailable-->      Links to other sizes of this image
  23.   <!--progver-->            ThumbHTML version
  24.   <!--date(mm/dd/yyyy)-->   Current date (replace date format as required)
  25.   <!--date-->               Current date (use date provided by ThumbHTML)
  26.   <!--time(hh:mm)-->        Current time (replace time format as required)
  27.   <!--year-->               Current year   
  28.   <!--footer-->             Footer (can include other macros)
  29.      
  30.   Jeff Waldock, February 4, 2003.
  31. ------------------------------------------------------------------------------------------>
  32. <html><head>
  33. <meta name="generator" content="ThumbHTML v<!--progver-->">
  34. <title><!--title--></title>
  35. <script language="JavaScript">
  36. <!--
  37. if (document.images) {
  38. var start1 = new Image()
  39. start1.src = "navstart.gif"
  40. var start2 = new Image()
  41. start2.src = "navstartu.gif"
  42. var back1 = new Image()
  43. back1.src = "navleft.gif"
  44. var back2 = new Image()
  45. back2.src = "navleftu.gif"
  46. var next1 = new Image()
  47. next1.src = "navright.gif"
  48. var next2 = new Image()
  49. next2.src = "navrightu.gif"
  50. var end1 = new Image()
  51. end1.src = "navend.gif"
  52. var end2 = new Image()
  53. end2.src = "navendu.gif"
  54. }
  55. function act(imgName) {
  56. if (document.images) document[imgName].src=eval(imgName+'2.src')
  57. }
  58. function inact(imgName) {
  59. if (document.images) document[imgName].src=eval(imgName+'1.src')
  60. }
  61. //-->
  62. </script>
  63. <link rel="stylesheet" type="text/css" href="photos.css">
  64. </head>
  65. <body>
  66. <center>
  67. <H1><!--title--></H1>
  68. <hr size=1 width="50%" align="center">
  69. <table width="610" cellpadding="0" cellspacing="2">
  70. <!--imagenumberfilenamerow-->
  71. <tr><td class="photodatetime"><!--photodatetime--></td><td class="photodata"><!--photodata--></td></tr>
  72. </table>
  73. <table cellpadding="0" cellspacing="0"><tr><td>
  74. <!--leftnavlinks-->
  75. <!--mainpicture-->
  76. <!--rightnavlinks-->
  77. </td></tr></table>
  78. <table cellpadding="0" cellspacing="0" width="610">
  79. <tr><td colspan="2" class="photodata"><!--copyright--></td></tr>
  80. <tr><td colspan="2" class="caption"><!--caption--></td></tr>
  81. <tr><td colspan="2"> </td></tr>
  82. <tr><td valign="top">
  83. <!--backtolink--> 
  84. </td>
  85. <td valign="top" width="100%" class="alsoavailable">
  86. <!--alsoavailable-->
  87. </td></tr>
  88. </table>
  89. </center>
  90. <!--footer-->
  91.